home *** CD-ROM | disk | FTP | other *** search
/ Amiga News 96 / Amiga News 96.iso / amig_ad_os / avm / prog / source / simplestdtail.avmsrc < prev    next >
Text File  |  1977-12-31  |  3KB  |  195 lines

  1. startrecord=true
  2. label=
  3. nodetype=14
  4. comment=This is the standard tail
  5. nextactiontype=2
  6. nextactionaction=exit
  7. endrecord=true
  8. startrecord=true
  9. label=
  10. nodetype=7
  11. filename=avm:rexx/logfunctions.avm
  12. nextactiontype=3
  13. nextactionaction=
  14. endrecord=true
  15. startrecord=true
  16. label=
  17. nodetype=7
  18. filename=avm:rexx/debugfunctions.avm
  19. nextactiontype=3
  20. nextactionaction=
  21. endrecord=true
  22. startrecord=true
  23. label=
  24. nodetype=7
  25. filename=avm:rexx/stdplayvoice.avm
  26. nextactiontype=3
  27. nextactionaction=
  28. endrecord=true
  29. startrecord=true
  30. label=aapresentmenu
  31. nodetype=7
  32. filename=avm:rexx/presentmenu.avm
  33. nextactiontype=3
  34. nextactionaction=
  35. endrecord=true
  36. startrecord=true
  37. label=stdabort
  38. nodetype=8
  39. line1=
  40. line2=
  41. line3=
  42. line4=
  43. line5=
  44. line6=
  45. line7=
  46. line8=
  47. line9=
  48. line10=
  49. nextactiontype=2
  50. nextactionaction=exit
  51. endrecord=true
  52. startrecord=true
  53. label=stdbusy
  54. nodetype=8
  55. line1=
  56. line2=
  57. line3=
  58. line4=
  59. line5=
  60. line6=
  61. line7=
  62. line8=
  63. line9=
  64. line10=
  65. nextactiontype=2
  66. nextactionaction=exit
  67. endrecord=true
  68. startrecord=true
  69. label=stderror
  70. nodetype=8
  71. line1=
  72. line2=
  73. line3=
  74. line4=
  75. line5=
  76. line6=
  77. line7=
  78. line8=
  79. line9=
  80. line10=
  81. nextactiontype=2
  82. nextactionaction=exit
  83. endrecord=true
  84. startrecord=true
  85. label=stdtimedout
  86. nodetype=8
  87. line1=
  88. line2=
  89. line3=
  90. line4=
  91. line5=
  92. line6=
  93. line7=
  94. line8=
  95. line9=
  96. line10=
  97. nextactiontype=2
  98. nextactionaction=exit
  99. endrecord=true
  100. startrecord=true
  101. label=stdfaxinstruct
  102. nodetype=1
  103. filename='avm:voices/FaxStarting'
  104. comment=Please press the start button on your fax machine now.
  105. keyactiontype=2
  106. keyactionaction=call checkifabort
  107. faxactiontype=3
  108. faxactionaction=
  109. dataactiontype=3
  110. dataactionaction=
  111. busyactiontype=0
  112. busyactionaction=stdbusy
  113. abortactiontype=0
  114. abortactionaction=stdabort
  115. erroractiontype=3
  116. erroractionaction=
  117. nextactiontype=3
  118. nextactionaction=
  119. endrecord=true
  120. startrecord=true
  121. label=stdfax
  122. nodetype=8
  123. line1=faxscript = getclip(address() || 'FAXSCRIPT')
  124. line2=if faxscript = '' then faxscript = 'handlefax'
  125. line3=if symbol('mailbox') = 'VAR' then address rexx faxscript address() mailbox
  126. line4=else address rexx faxscript address() 'anonymous'
  127. line5=
  128. line6=
  129. line7=
  130. line8=
  131. line9=
  132. line10=
  133. nextactiontype=2
  134. nextactionaction=exit
  135. endrecord=true
  136. startrecord=true
  137. label=stddatainstruct
  138. nodetype=1
  139. filename='avm:voices/DataStarting'
  140. comment=Please type in ATD followed by a carriage return.  Then, put down the handset.
  141. keyactiontype=2
  142. keyactionaction=call checkifabort
  143. faxactiontype=3
  144. faxactionaction=
  145. dataactiontype=3
  146. dataactionaction=
  147. busyactiontype=0
  148. busyactionaction=stdbusy
  149. abortactiontype=0
  150. abortactionaction=stdabort
  151. erroractiontype=3
  152. erroractionaction=
  153. nextactiontype=3
  154. nextactionaction=
  155. endrecord=true
  156. startrecord=true
  157. label=stddata
  158. nodetype=8
  159. line1=datascript = getclip(address() || 'DATASCRIPT')
  160. line2=if datascript = '' then datascript = 'handledata'
  161. line3=if symbol('mailbox') = 'VAR' then address rexx datascript address() mailbox
  162. line4=else address rexx datascript address()
  163. line5=
  164. line6=
  165. line7=
  166. line8=
  167. line9=
  168. line10=
  169. nextactiontype=2
  170. nextactionaction=exit
  171. endrecord=true
  172. startrecord=true
  173. label=checkifabort
  174. nodetype=4
  175. timeout=3
  176. numkeys=1
  177. untilkey=0
  178. keyactiontype=2
  179. keyactionaction=if value = '*' then signal stdabort
  180. faxactiontype=3
  181. faxactionaction=
  182. dataactiontype=3
  183. dataactionaction=
  184. busyactiontype=0
  185. busyactionaction=stdbusy
  186. timedoutactiontype=3
  187. timedoutactionaction=
  188. abortactiontype=0
  189. abortactionaction=stdabort
  190. erroractiontype=0
  191. erroractionaction=stderror
  192. nextactiontype=2
  193. nextactionaction=return
  194. endrecord=true
  195.